Halftone Synonym
ThegxFormatHalftoneInfo
structure defines the contents of a gxFormatHalftoneTag synonym:
struct gxFormatHalftoneInfo { long numHalftones; gxHalftone halftones[1]; };Halftones are specified in the
Field Description
numHalftones
- The number of halftones available for use.
halftones
- The array of halftone specifications.
gxHalftone
structures, which are described completely in the view-related objects chapter of Inside Macintosh: QuickDraw GX Objects:
struct gxHalftone{ fixed angle; /* direction of halftone */ fixed frequency; /* cells per inch */ gxDotType method; /* kind of pattern */ gxTintType tinting; /* tint calculation method */ gxColor dotColor; /* color of foreground */ gxColor backgroundColor; /* color of background */ gxColorSpace tintSpace; /* color space for tint */ };
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help